This folder contains code and documentation to get you started making plug-in functions and controls for REALbasic. You'll find the following folders:
CodeWarrior Plug-Ins: drop these files into your CodeWarrior plug-ins folder to provide an easy way to convert a Windows DLL into a resource to be included in a cross-platform REALbasic plug-in. These files are based on code written by Thomas Tempelmann <tt@tempel.org>, available on the web at <http://www.tempel.org/rb/#Starter>. REALsoftware is grateful to Thomas for this contribution.
Documentation: this folder contains the SDK documentation in HTML format. Start with the "plugin-intro.html" file.
Examples: you'll find several subfolders here illustrating how to make REALbasic plug-ins.
Glue Code: this folder contains C++ code you must add to your plug-in projects.
Includes: these files are included by the glue code (and most likely by your own plug-in code as well).
x86dll_to_resource: this program provides an alternate method of converting a DLL into a resource.